home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / Internet / NewsWatch Folder / headers / PrintStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-19  |  284 b   |  12 lines  |  [TEXT/MPS ]

  1. #ifndef __PRINTTRAPS__
  2. #include <PrintTraps.h>
  3. #endif
  4.  
  5. Boolean MyPrepProc(THPrint theHPrint);
  6. Boolean MyPageProc(THPrint theHPrint,Rect *drawRect,short pageNum);
  7. void InitPrint(void);
  8. void DoPageSetup(void);
  9. void DoPrint(void);
  10. void CleanUp(void);
  11. OSErr ExecutePrint(THPrint hPrint);
  12.